Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.convert.ooomanager.config.default

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.convert.ooomanager.config.default">
  <require>org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent</require>

  <extension
    target="org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent"
    point="oooManagerConfig">
<!-- configuration example -->
    <OOoManager>

      <!-- Define the different ports to use with Socket connection. -->
      <!-- Default configuration uses the two following ports: -->
      <portNumbers>
        <portNumber>2003</portNumber>
      </portNumbers>

      <!-- Define the different pipe names to use with Pipe connection. -->
<!--  <pipeNames>
        <pipeName>pipe1</pipeName>
        <pipeName>pipe2</pipeName>
        <pipeName>pipe3</pipeName>
      </pipeNames>
-->
    </OOoManager>
  </extension>
</component>